Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingTools Namespace / NInplaceEditTool Class / DetermineInplaceEditShape Method / DetermineInplaceEditShape(NList<NDiagramItem>) Method


In This Topic
    DetermineInplaceEditShape(NList<NDiagramItem>) Method
    In This Topic
    Determines the shape from the given selecteion path for which inplace editing should start.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Function DetermineInplaceEditShape( _
       ByVal selectionPath As NList(Of NDiagramItem) _
    ) As NShape
    'Usage
     
    
    Dim instance As NInplaceEditTool
    Dim selectionPath As NList(Of NDiagramItem)
    Dim value As NShape
     
    value = instance.DetermineInplaceEditShape(selectionPath)
    protected virtual NShape DetermineInplaceEditShape( 
       NList<NDiagramItem> selectionPath
    )

    Parameters

    selectionPath

    Return Value

    Shape for which to start inplace editing.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also